home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMUPDATEPROGRESS / TFORMUPDATEPROGRESS.txt < prev   
Text File  |  2005-05-31  |  2KB  |  81 lines

  1. object formUpdateProgress: TformUpdateProgress
  2.   Left = 332
  3.   Top = 355
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Update progress'
  7.   ClientHeight = 201
  8.   ClientWidth = 289
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   DesignSize = (
  19.     289
  20.     201)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object labelProgress: TLabel
  24.     Left = 48
  25.     Top = 8
  26.     Width = 233
  27.     Height = 81
  28.     Anchors = [akLeft, akTop, akRight, akBottom]
  29.     AutoSize = False
  30.     Caption = 
  31.       'Spybot - Search && Destroy is contacting the update server now..' +
  32.       '. if the animation below has not yet started, please be patient ' +
  33.       '- the server may be busy, but the connection is still in progres' +
  34.       's as long as this window is shown.'
  35.     WordWrap = True
  36.   end
  37.   object imgUpdateIcon: TImage
  38.     Left = 8
  39.     Top = 8
  40.     Width = 32
  41.     Height = 32
  42.     Picture.Data = {<image000.bmp>}
  43.     Transparent = True
  44.   end
  45.   object labelFile: TLabel
  46.     Left = 8
  47.     Top = 158
  48.     Width = 201
  49.     Height = 17
  50.     Alignment = taCenter
  51.     Anchors = [akLeft, akRight, akBottom]
  52.     AutoSize = False
  53.   end
  54.   object anim: TAnimate
  55.     Left = 8
  56.     Top = 95
  57.     Width = 272
  58.     Height = 60
  59.     Anchors = [akLeft, akBottom]
  60.     CommonAVI = aviCopyFiles
  61.     StopFrame = 31
  62.   end
  63.   object pgUpdateProgress: TProgressBar
  64.     Left = 0
  65.     Top = 184
  66.     Width = 289
  67.     Height = 17
  68.     Align = alBottom
  69.     TabOrder = 1
  70.   end
  71.   object bnUpdateStop: TButton
  72.     Left = 208
  73.     Top = 156
  74.     Width = 73
  75.     Height = 21
  76.     Action = formMain.aUpdateStop
  77.     Anchors = [akRight, akBottom]
  78.     TabOrder = 2
  79.   end
  80. end
  81.